home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Demo / Maguma / workbench-2.1.0-trial.exe / {app} / resource / themes / Simple / run_toolbar.xrc < prev    next >
Extensible Markup Language  |  2004-08-17  |  2KB  |  45 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <resource xmlns="http://www.wxwindows.org/wxxrc" version="2.3.0.1">
  3.     <object class="wxToolBar" name="run_toolbar">
  4.         <bitmapsize>17,17</bitmapsize>
  5.         <style>wxTB_NODIVIDER | wxTB_HORIZONTAL | wxTB_FLAT</style>    
  6.         <dontattachtoframe>1</dontattachtoframe>
  7.         <object class="tool" name="view_menu_editor">
  8.             <radio>1</radio>
  9.             <bitmap>./img/edit.png</bitmap>
  10.             <tooltip>View editor</tooltip>
  11.             <longhelp>Show the editing view with all open files</longhelp>
  12.         </object>
  13.         <object class="tool" name="view_menu_internalpreview">
  14.             <radio>1</radio>
  15.             <bitmap>./img/run_int.png</bitmap>
  16.             <tooltip>View preview window</tooltip>
  17.             <longhelp>Show the internal HTML preview window</longhelp>
  18.         </object>
  19.         <object class="separator"/>
  20.         <object class="tool" name="view_menu_extpreview">
  21.             <radio>0</radio>
  22.             <bitmap>./img/run_ext.png</bitmap>
  23.             <tooltip>External preview</tooltip>
  24.             <longhelp>Display file in external browser</longhelp>
  25.         </object>
  26.         <object class="tool" name="view_browser_select">
  27.             <radio>0</radio>
  28.             <bitmap>./img/browser_select.png</bitmap>
  29.             <tooltip>Choose external browser</tooltip>
  30.             <longhelp>Display file in external browser</longhelp>
  31.         </object>
  32.         <object class="tool" name="run_menu_redirect">
  33.             <radio>0</radio>
  34.             <bitmap>./img/run_file.png</bitmap>
  35.             <tooltip>Run and redirect to file</tooltip>
  36.             <longhelp>Display file in external browser</longhelp>
  37.         </object>
  38.         <object class="tool" name="run_menu_parameters">
  39.             <radio>0</radio>
  40.             <bitmap>./img/script_params.png</bitmap>
  41.             <tooltip>Script parameters</tooltip>
  42.             <longhelp>Display file in external browser</longhelp>
  43.         </object>
  44.     </object>
  45. </resource>